Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhance offline viewing and outfit data #709

Closed
GoogleCodeExporter opened this issue Mar 20, 2015 · 2 comments
Closed

Enhance offline viewing and outfit data #709

GoogleCodeExporter opened this issue Mar 20, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

Imagine an online mage viewing an offline paladin's gear in their bags.

Each character has an outfit associated with some gear in their bags.

- There is a rule outfit( "Primary" ) to place items in bar1.
- There is a rule outfit( "Secondary" ) to place items in bar2.

These rules will work correctly when viewing one's current (online) character.

However, when looking at the offline character, ones current online outfits are 
considered.

Because the online character has no set information for the offline paladin's 
items, viewing the offline paladin jumbles all the pieces up and not into the 
appropriate "Primary" or "Secondary" bars created by the above rules.

--

The second problem is with an online and offline character who share some gear 
of the exact name.

Imagine two mages.

- Each has some of the same gear and some different gear.
- Each has different sets, but named the same. e.g. "Primary" and "Secondary" 
which share some but not all items.
- Each has all of their gear un-equipped and in their bag.

These rules will work correctly when viewing one's current (online) character.

However, when looking at the offline character, ones current online outfits are 
considered.

--

Changes:

- Save the outfit+gear information for each character.
- When viewing an offline character, do not consider one's online outfits.
- When viewing an offline character, consider that offline character's outfits.

Original issue reported on code.google.com by spiralofhope on 19 Mar 2015 at 4:04

@arkayenro
Copy link
Owner

arkayenro commented Jul 11, 2016

simplest way is to make the outfit rule function return false when the location is offline

@arkayenro
Copy link
Owner

added in 3.06.04

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants